object fFlash: TfFlash Left = 192 Top = 114 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Insert Flash Movie' ClientHeight = 242 ClientWidth = 280 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 8 Top = 8 Width = 225 Height = 21 TabOrder = 0 end object Button1: TButton Left = 237 Top = 8 Width = 36 Height = 22 Caption = '...' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button1Click end object CheckBox1: TCheckBox Left = 8 Top = 160 Width = 97 Height = 17 Caption = 'Loop movie' TabOrder = 2 OnClick = CheckBox1Click end object GroupBox1: TGroupBox Left = 8 Top = 48 Width = 265 Height = 97 Caption = 'Height and Width' TabOrder = 3 object Label1: TLabel Left = 8 Top = 24 Width = 33 Height = 12 Caption = 'Height' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 88 Top = 24 Width = 31 Height = 12 Caption = 'Width' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 72 Width = 76 Height = 13 Caption = 'This is optional !' end object SpinEdit1: TSpinEdit Left = 8 Top = 40 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object SpinEdit2: TSpinEdit Left = 88 Top = 40 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end end object Button2: TButton Left = 8 Top = 208 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 4 end object Button3: TButton Left = 200 Top = 208 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object OpenDialog1: TOpenDialog Left = 224 Top = 72 end end